From: Glenn Morris Date: Fri, 1 May 2015 00:09:50 +0000 (-0400) Subject: * lisp/dom.el: Load subr-x when compiling, for when-let. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3049 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=45e199d4a48c65d1057965ebd99a3a0ef40984d6;p=emacs.git * lisp/dom.el: Load subr-x when compiling, for when-let. --- diff --git a/lisp/dom.el b/lisp/dom.el index 42131073a04..091197a8f9d 100644 --- a/lisp/dom.el +++ b/lisp/dom.el @@ -25,6 +25,7 @@ ;;; Code: (require 'cl-lib) +(eval-when-compile (require 'subr-x)) (defsubst dom-tag (node) "Return the NODE tag."